From: Daniel Kiper Date: Tue, 21 Oct 2014 15:32:43 +0000 (+0200) Subject: clean target should remove xen.efi binary X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4161 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=c73844904dafb23ae6e9d0bd71b14db423bcdffe;p=xen.git clean target should remove xen.efi binary Signed-off-by: Daniel Kiper --- diff --git a/xen/Makefile b/xen/Makefile index 9d91ca7c2e..28b4b79893 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -84,7 +84,7 @@ _clean: delete-unfresh-files $(MAKE) -f $(BASEDIR)/Rules.mk -C xsm clean $(MAKE) -f $(BASEDIR)/Rules.mk -C crypto clean $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean - rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET)-syms *~ core + rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET)-syms *~ core rm -f include/asm-*/asm-offsets.h rm -f .banner